home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 May: Tool Chest / Developer CD Series May 1996 (Tool Chest) (Apple Computer) (1996).iso / Sample Code / Snippets / QuickTime / MovieToAIFF / MovieToAIFF ReadMe next >
Encoding:
Text File  |  1995-03-15  |  822 b   |  19 lines  |  [TEXT/ttxt]

  1.     This app demonstrates various ways to use Movie Export Component    
  2.     to export QuickTime movie files into AIFF files.    
  3.     1) User interaction.
  4.             Call QT2.0 new routine ConvertMovieToFile and set the flag 
  5.             showUserSettingsDialog to true.
  6.     2) Export the sound with same quality.
  7.             Scan the sound track and get the MediaSampleDescription of the sound track and from
  8.             there using QT toolbox call MovieExportSetSampleDescription and ConvertMovieToFile
  9.             to create the AIFF file.
  10.     3) Export the sound to higher quality.
  11.             Similar to the 2nd method, the only difference is that I created a soundDescription record
  12.             and fill in the record with the data format I want, in this case, I want to have all the 
  13.             sound to be 16-bit, 2-channel, 44.1kHz.
  14.  
  15.  
  16.  
  17.     Larry Lai
  18.     Apple Developer Technical Support
  19.     Link: LARRY.LAI